<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.login.digest.override">

  <require>org.nuxeo.ecm.platform.login.digest</require>

  <documentation>

    This authentication plugin processes HTTP Digest Access Authentication
    (RFC 2617).

    It requires a specific directory to be configured with
    the user manager implementation in order to stored specialized
    hashed versions of the user passwords, which RFC 2617 needs.
  

  </documentation>
  <extension point="authenticators" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
    <authenticationPlugin class="org.nuxeo.ecm.ui.web.auth.digest.DigestAuthenticator" enabled="true" name="DIGEST_AUTH">
      <stateful>false</stateful>
    </authenticationPlugin>
  </extension>

</component>
